execute

open override fun execute(runnable: Runnable)

Executes a task on the main thread. This should be used for anything interacting with game state outside the network loop

Author

fzzyhmstrs

Since

0.4.1

Parameters

runnable

the Runnable to execute on the main thread